projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
698ffab
)
arm: mvebu: Don't include "netdev.h" in cpu.c
author
Stefan Roese
<
[email protected]
>
Fri, 11 Dec 2015 07:24:20 +0000
(08:24 +0100)
committer
Stefan Roese
<
[email protected]
>
Thu, 14 Jan 2016 13:08:59 +0000
(14:08 +0100)
This is not needed any more since the switch to DM / DTS network
initialization on MVEBU. Lets remove it, as it otherwise leads
to compilation warning when CONFIG_NET is not enabled.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Luka Perkov <
[email protected]
>
arch/arm/mach-mvebu/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/cpu.c
b/arch/arm/mach-mvebu/cpu.c
index 1095f695f9b7e531fd04099d006ec949e723617b..c9b9c77ec495f36c4a2fc6a74fc27370340a17fb 100644
(file)
--- a/
arch/arm/mach-mvebu/cpu.c
+++ b/
arch/arm/mach-mvebu/cpu.c
@@
-5,7
+5,6
@@
*/
#include <common.h>
-#include <netdev.h>
#include <ahci.h>
#include <linux/mbus.h>
#include <asm/io.h>